home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap01 / b01d035.cc2 < prev   
Text File  |  1998-06-07  |  749b  |  18 lines

  1. 0, This demonstration shows the solution 
  2. 3, for Lab 1. When you finish the Time 
  3. 5, program, you should have a label object on 
  4. 7, your form that displays the system time, a 
  5. 10, Time command button that you can click 
  6. 12, to display the time, and a Quit command 
  7. 14, button that you can use to quit the 
  8. 16, program. When you run the program, it should 
  9. 19, appear in a window. And when you click 
  10. 21, the Time button, it should display the 
  11. 23, system time from the system clock. This 
  12. 25, information is copied to your program 
  13. 27, through the Time function. Each time you 
  14. 29, click the Time button, it should update the 
  15. 31, system clock. When you're finished with 
  16. 35, the program, you can click the Quit 
  17. 37, button.
  18. 40, END